1.1.6.3. security.insecureAPI.bcmp (C)
Warn on uses of the 'bcmp' function.

Examples:

void test() {
  bcmp(ptr0, ptr1, n); // warn
}